go.pact.im/x/goupdate.textGenerator.section (method)

16 uses

	go.pact.im/x/goupdate (current package)
		textgen.go#L38: 	return g.section("TESTS", func() error {
		textgen.go#L59: 	return g.section("OUTPUT", func() error {
		textgen.go#L80: 	return g.section("INTERNAL ERROR", func() error {
		textgen.go#L89: 	return g.section("MALFORMED OUTPUT", func() error {
		textgen.go#L98: 	return g.section("STDERR", func() error {
		textgen.go#L107: 	return g.section("DEPENDENCIES", func() error {
		textgen.go#L133: 	return g.section(title, func() error {
		textgen.go#L147: 	return g.section("UPDATED", func() error {
		textgen.go#L158: 	return g.section(d.Path+"@"+d.Old.Version+" => "+d.New.Version, func() error {
		textgen.go#L193: 	return g.section(title, func() error {
		textgen.go#L207: 	return g.section("CHANGED", func() error {
		textgen.go#L229: 	return g.section(title, func() error {
		textgen.go#L243: 	return g.section(title, func() error {
		textgen.go#L257: 	return g.section(d.Path, func() error {
		textgen.go#L280: 	return g.section(title, func() error {
		textgen.go#L290: func (g *textGenerator) section(title string, f func() error) error {